projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8097b6
)
(update_line): Use line_height field.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 06:32:32 +0000
(06:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 06:32:32 +0000
(06:32 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index dbc8f59e7b342eef71b6786c6aaa1dc1ee6106d8..aa90d06cbb6f0f20cd6e8e9dee658be7b43abd42 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1562,7
+1562,7
@@
update_line (frame, vpos)
= current_frame->used[vpos]
* FONT_WIDTH (frame->display.x->font);
current_frame->pix_height[vpos]
- =
FONT_HEIGHT (frame->display.x->font)
;
+ =
frame->display.x->line_height
;
}
#endif /* HAVE_X_WINDOWS */